[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
View:Report: private: array
  This is current object report information. This instvar variable consists
  off three paralel arrays:
  first of them consists of report names as menu items (character)
  second of them is the report definition
   array={cTop,aFields,cBottom,lOnlyTotals}
  third is the array of logical values defining if the user is enabled
        to modify the report definition. The report definitions created
        in a program are unchangeable but there is a possiblity to change
        the user run time defined reports.

  cTop is a report header, the lines are separated by semicolon (;)
  aFields={cShortName,cField,cPicture,lTotal,cSubtotal} where:
    cShortName report column header
    cField database field to print
    cPicture output mask for cField
    lTotal sets the field to be totaled
    cSubTotal sets the field to subtotal according to
  cBottom final (Bottom) report text, lines of which are semicolon (;)
    separated.
  lOnlyTotals default is false, i.e. standart (full) report.
    is is true, then report will be contain only subtotals and totals.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson